- Create generative art
- Can I make forest landscapes?
- A bunch of little trees don’t look like trees
get_ginkgo_params(nleaves = 100) %>% create_leaf_pile() %>% plot_leaves()
The shape of the tree depends on parameters
Trees are grown in layers, containing multiple branches. At the end of each branch, the next layer will split off into new branches
Repeat many times and place and rotate randomly to create fallen leaves
https://github.com/ST541-Fall2020/empalmer-project-leafart https://emilypalmer.shinyapps.io/empalmer-project-leafart/